Configurates
C1.Web.Mvc.DropDown<T>.Placeholder. Sets the string shown as a hint when the control is empty.
Syntax
'Declaration
Public Function Placeholder( _
ByVal As String _
) As TBuilder
public TBuilder Placeholder(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also